projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf9320
)
In the entry for config.in from 2000-11-07, change HAVE_MKDIR
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 13 Nov 2000 16:30:33 +0000
(16:30 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 13 Nov 2000 16:30:33 +0000
(16:30 +0000)
to HAVE_MKSTEMP.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 53774e3996f90ebc1a35b749d9d2cc123576d561..86362c4086bfcf7675e2577938be039e5ef84096 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-102,7
+102,7
@@
2000-11-07 Dave Love <fx@gnu.org>
- * config.in (HAVE_MK
DIR
): Add.
+ * config.in (HAVE_MK
STEMP
): Add.
* callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Use it.